home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Sean cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "That\'s a good way to lose a hand... or arm... make that a whole body.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Oddly enough, Big Sean didn\'t get his name from his size.";
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.talk7 == 0)
- {
- if(_root.talk6 == 0)
- {
- _root.talk6 = 1;
- _root.txt_number = 3;
- _root.next_dis3 = 2;
- _root.di3 = 210;
- _root.next_txt3 = "Hey Sean, you wouldn\'t happen to know any single girls that would be interested in going to the dance with me tonight?";
- _root.next_txt2 = "All I know is that I\'m hungry, and I could go for some more food right now, but the lunch lady put a stop on my account.";
- _root.di2 = 211;
- _root.next_dis2 = 8;
- _root.next_txt1 = "Sorry to hear that I\'ll be seeing ya around.";
- _root.di1 = 212;
- _root.next_dis1 = 2;
- }
- else if(_root.talk6 == 1)
- {
- _root.txt_number = 2;
- _root.next_dis2 = 8;
- _root.next_txt2 = "Key kid! Do you have any left overs? I\'m just so hungry I\'ll eat anything right about now!";
- _root.di2 = 213;
- _root.next_txt1 = "Maybe it\'d be better if I came back at another time.";
- _root.di1 = 214;
- _root.next_dis1 = 2;
- }
- }
- else
- {
- _root.txt_number = 2;
- _root.next_dis2 = 8;
- _root.next_txt2 = "Key kid! Thanks for sharing some of your food with me! Hahaha";
- _root.di2 = 215;
- _root.next_txt1 = "I\'ll get you back someday, you\'ll see!";
- _root.di1 = 216;
- _root.next_dis1 = 2;
- }
- }
- }
- }
-